home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / midas060 / doc / src / common / document.txt < prev    next >
Encoding:
Text File  |  1996-07-23  |  1.0 KB  |  46 lines

  1. Programmer's Guide
  2. ------------------
  3.  
  4. Introduction
  5.         Welcome
  6.         What is MIDAS?
  7.         Quick start
  8.                 Minimal module player
  9.         About this manual
  10.  
  11. The system
  12.         Overview of system architechture
  13.         Description of all modules
  14.                 Sound Devices
  15.                 GMPlayer
  16.                 MIDAS kernel
  17.         Naming conventions
  18.         Calling conventions
  19.         Error handling
  20.  
  21. Sound Devices
  22.         Introduction
  23.         Configuration
  24.                 Port, IRQ and DMA
  25.                 Sound Cards
  26.                 Output modes
  27.                 Sound quality
  28.         Samples
  29.                 Sample types
  30.                 Looping
  31.                 Loading samples
  32.         Playing sounds
  33.                 Playing samples
  34.                 Modifying sound
  35.         Streams
  36.  
  37. Simplified MIDAS API
  38.         Initialization
  39.         Configuration
  40.         Playing modules
  41.         Playing streams
  42.         Playing samples
  43.  
  44. OS Specific Issues
  45.         MS-DOS timer
  46.         MS-DOS stream support